home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / e / amigae30a_fr.lha / AmigaE30f / Sources / Tools / Arexx / arexxtest.rexx < prev   
Encoding:
OS/2 REXX Batch file  |  1994-10-06  |  157 b   |  15 lines

  1. /* rx module test */
  2.  
  3. address AREXXTESTPORT
  4.  
  5. OPTIONS RESULTS
  6.  
  7. say 'En test....'
  8.  
  9. 'bla'
  10. say 'résultat='result
  11. 'quit'
  12. say 'résultat='result
  13.  
  14. say 'C'est fait.'
  15.